home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo
- echo ═════════════════════════════
- echo THE PERSONAL CONTACTS MANAGER
- echo ═════════════════════════════
- echo
- echo
- echo
- echo I n s t a l l a t i o n
- echo
- echo
- echo This program installs your system
- echo from 2 or 3 diskettes onto the C drive.
- echo
- echo
- echo Please insert DISK 1 into drive A.
- echo
- echo Then press the ─┘ or ENTER key when ready.
- echo
- echo
- echo
- echo
- echo (Note: To abort at any time, press CTRL and C together.)
-
-
-
-
-
- pause >NUL
-
-
- c:
- cd c:\
- md contacts >NUL
- cd contacts >NUL
-
- cls
- echo
- echo Your files are being installed.
- echo
- echo Please wait a few minutes...
- copy a:\*.* c:\contacts\*.* >NUL
-
- cls
- echo
- echo
- echo Please insert DISK 2 into drive A.
- echo
- echo Then press the ─┘ or ENTER key when ready.
- pause >NUL
- cls
- echo
- echo Your files are being installed.
- echo
- echo Please wait a few minutes...
- c:
- cd c:\
- cd contacts >NUL
- copy a:*.* c:\contacts\*.* >NUL
-
-
-
- if not exist telebook.dbt goto THIRD
- if not exist telebook.dbf goto THIRD
- if not exist rank.dbf goto THIRD
- if not exist rank.dbt goto THIRD
- if not exist contacts.exe goto THIRD
-
-
-
-
- GOTO FINAL
-
-
-
- :THIRD
- cls
- echo
- echo
- echo Please insert DISK 3 into drive A.
- echo
- echo Then press the ─┘ or ENTER key when ready.
- pause >NUL
- cls
- echo
- echo Your files are being installed.
- echo
- echo Please wait a few minutes...
- c:
- cd c:\
- cd contacts >NUL
- copy a:*.* c:\contacts\*.* >NUL
- GOTO FINAL
-
-
-
- :FINAL
-
- copy c:\contacts\contacts.bat c:\contacts.bat >NUL
- copy c:\contacts\contac.bat c:\contac.bat >NUL
- copy c:\contacts\phone.bat c:\phone.bat >NUL
- copy c:\contacts\tofloppy.bat c:\tofloppy.bat >NUL
- copy c:\contacts\manual.bat c:\manual.bat >NUL
- copy c:\contacts\setfig.bat c:\setfig.bat >NUL
- copy c:\contacts\archive.bat c:\archive.bat >NUL
- copy c:\contacts\Y c:\Y >NUL
- copy c:\contacts\nosnow.bat c:\nosnow.bat >NUL
-
-
- cd c:\ >NUL
- cls
- prompt $p$g
- echo
- echo
- echo The installation was successful.
- echo
- echo
- echo
- echo
- echo To start the program, simply type:
- echo
- echo CONTACTS
- echo
- echo and press your ─┘ or ENTER key.
- echo
- echo
- echo
-